-- background: 69011 from stack: in -- bmap block id: 71292 -- flags: 0000 -- background id: 0 -- name: CSL Attendance Window ----- HyperTalk script ----- on openBackground global dailyAttendance, buttonName if (dailyAttendance is empty) or (buttonName is empty) then put "true" into dailyAttendance put id of background button "Present" into buttonName end if enableMenuItem 1021,3,true enableMenuItem 1027,1,false end openBackground on doMenu menuItem global codeList lock screen if menuItem contains "About" then resetCard resetBackground restoreMenuBar go to card "CSL Attendance" of background "About" unlock screen with zoom close else if menuItem is "Home" then resetCard resetBackground restoreMenuBar go home else if menuItem contains "Quit" then resetCard resetBackground restoreMenuBar false go to card "Mac School® Shell" unlock screen with zoom close else if menuItem is "Report Manager" OR menuItem is "Report Cards" then resetCard resetBackground restoreMenuBar false go to background menuItem unlock screen with zoom open else if menuItem is "Close" then resetCard resetBackground go to background "CSL Attendance" else if ((menuItem is "All Students") OR (menuItem is "By Class") OR (menuItem is "By Grade") OR (menuItem is "By Homeroom") OR (menuItem is "By ID's") OR (menuItem is "Single Student")) then resetCard go to card menuItem of this background else if ((menuItem is "Period To Daily Link…") OR (menuItem is "Action Comment…") OR (menuItem is "Upload Term Attendance…") OR (menuItem is "Today's Attendance…") OR (menuItem is "Custom Templates…")) then push card go to card menuItem of this background else if menuItem is "Exception Report…" then push card go to card "Students" of this background else if (menuItem is "Class Directory") OR (menuItem is "Open Directory Window") then push card go to background "Class Directory" else if menuItem is "Calculate Daily From Period…" then repeat with index = 1 to the number of lines of codeList put line index of codeList into codeID if showName of background button id codeID then get the short name of background button id codeID put (trunc((codeID - 34) / 8) + 1) into lineNumber if it is "A" then put "Absent Un" into line lineNumber of bg field "Daily Attendance" end if end repeat end if unlock screen end doMenu on groupOne global dailyAttendance, buttonName, buttonList, codeList if dailyAttendance then if short name of target contains "button" then exit groupOne if buttonName <> id of target then set hilite of background button id buttonName to false set hilite of target to true put id of target into buttonName end if lock screen repeat with index = 1 to the number of lines of buttonList put short name of target into line line index of buttonList of field "Daily Attendance" end repeat unlock screen else get id of target if it is "11" then put "+" into periodCode else if it is "12" then put "A" into periodCode else if it is "15" then put "5037" into periodCode else if it is "16" then put "E" into periodCode else if it is "19" then put "0" into periodCode else if it is "20" then put "F" into periodCode else if it is "23" then put "L" into periodCode else if it is "24" then put "D" into periodCode else exit groupOne if buttonName <> id of target then set hilite of background button id buttonName to false set hilite of target to true put id of target into buttonName end if lock screen if buttonList is not empty then put buttonList & return before codeList end if if (it is "11") or (it is "12") or (it is "16") or (it is "20") or (it is "23") or (it is "24") then repeat with index = 1 to the number of lines of buttonList set name of background button id line index of buttonList to periodCode set icon of background button id line index of buttonList to 0 set showName of background button id line index of buttonList to true end repeat else if (it is "15") or (it is "19") then repeat with index = 1 to the number of lines of buttonList set icon of background button id line index of buttonList to periodCode set showName of background button id line index of buttonList to false end repeat end if unlock screen end if end groupOne on groupTwo shiftKey global dailyAttendance, buttonList if not dailyAttendance then lock screen repeat with index = 1 to the number of lines of buttonList set hilite of background button id line index of buttonList to false end repeat changeType put id of target into buttonList set hilite of target to not hilite of target unlock screen else if (the shiftKey is down) or (shiftKey is down) then set hilite of target to not hilite of target put id of target & return before buttonList else lock screen repeat with index = 1 to the number of lines of buttonList set hilite of background button id line index of buttonList to false end repeat set hilite of target to true put id of target into buttonList unlock screen end if end if end groupTwo on groupThree shiftKey global dailyAttendance, buttonList if dailyAttendance then lock screen repeat with index = 1 to the number of lines of buttonList set hilite of background button id line index of buttonList to false end repeat changeType put id of target into buttonList set hilite of target to not hilite of target unlock screen else if (the shiftKey is down) or (shiftKey is down) then set hilite of target to not hilite of target put id of target & return before buttonList else lock screen repeat with index = 1 to the number of lines of buttonList set hilite of background button id line index of buttonList to false end repeat put id of target into buttonList set hilite of target to true unlock screen end if end if end groupThree on resetCard global buttonList, codeList repeat with index = 1 to 10 put "Present" into line index of field "Daily Attendance" end repeat repeat with index = 1 to the number of lines of buttonList set hilite of background button id line index of buttonList to false end repeat put empty into buttonList repeat with index = 1 to the number of lines of codeList set icon of background button id line index of codeList to 0 set showName of background button id line index of codeList to false end repeat put empty into codeList end resetCard on resetBackground global dailyAttendance, buttonName if not dailyAttendance then changeType if buttonName is not id of background button "Present" then set hilite of background button id buttonName to false set hilite of background button "Present" to true put id of background button "Present" into buttonName end if end resetBackground on changeType global dailyAttendance lock screen if dailyAttendance then repeat with index = 11 to 26 set style of background button index to "transparent" set showName of background button index to false end repeat else repeat with index = 11 to 26 set style of background button index to "opaque" set showName of background button index to true end repeat end if put not dailyAttendance into dailyAttendance unlock screen end changeType on moveTextFirst --exit moveTextFirst put bg field "Students" of first card of this bg into bg field "Students" of this card put bg field "ID #'s" of first card of this bg into bg field "ID #'s" of this card put bg field "Daily Attendance" of first card of this bg into bg field "Daily Attendance" of this card put bg field "Selection" of first card of this bg into bg field "Selection" of this card end moveTextFirst on moveTextLast exit moveTextLast put bg field "Students" of this card into bg field "Students" of last card of this bg put bg field "ID #'s" of this card into bg field "ID #'s" of last card of this bg put bg field "Daily Attendance" of this card into bg field "Daily Attendance" of last card of this bg put bg field "Selection" of this card into bg field "Selection" of last card of this bg end moveTextLast -- part 28 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=8 top=94 right=254 bottom=138 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Students -- part 29 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=141 top=94 right=254 bottom=218 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ID #'s -- part 30 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=221 top=94 right=254 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Daily Attendance -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=94 right=110 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=110 right=126 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=126 right=142 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=142 right=158 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=158 right=174 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=174 right=190 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=190 right=206 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=206 right=222 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=222 right=238 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=8 top=238 right=254 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupTwo shiftKey end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=8 top=270 right=285 bottom=128 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Suspended ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=8 top=286 right=301 bottom=128 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Absent Excused ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=8 top=302 right=317 bottom=128 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: Late PM ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=8 top=318 right=333 bottom=128 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: In School SuspenÉ ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=129 top=270 right=285 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Not Enrolled ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=129 top=286 right=301 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Absent / Present ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=129 top=302 right=317 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: Late AM/PM ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=129 top=318 right=333 bottom=248 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: C001 -- rect: left=249 top=270 right=285 bottom=368 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Present ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=249 top=286 right=301 bottom=368 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Present/Absent ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=249 top=302 right=317 bottom=368 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Field Trip ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=249 top=318 right=333 bottom=368 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=369 top=270 right=285 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: Absent Unexcused ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=369 top=286 right=301 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 256 -- line height: 13 -- part name: Late AM ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=369 top=302 right=317 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Doctors Excuse ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=369 top=318 right=333 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: ----- HyperTalk script ----- on mouseUp groupOne end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=14 top=28 right=43 bottom=29 -- title width / last selected line: 0 -- icon id / first selected line: 5068 / 5068 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseDown set icon of me to "Close Box Hi" end mouseDown on mouseLeave set icon of me to "Close Box" end mouseLeave on mouseUp set icon of me to "Close Box" lock screen resetCard resetBackground go to background "CSL Attendance" unlock screen end mouseUp -- part 31 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=114 top=44 right=62 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Date -- part 32 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=429 top=44 right=61 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Number of Students -- part 33 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=8 top=60 right=77 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Selection -- part 34 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=94 right=109 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: + ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 35 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=94 right=109 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 36 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=94 right=109 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 37 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=94 right=109 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 38 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=94 right=109 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: X ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 39 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=94 right=109 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 40 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=94 right=109 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 41 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=94 right=109 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 42 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=110 right=125 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 43 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=110 right=125 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 44 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=110 right=125 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: E ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 45 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=110 right=125 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 46 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=110 right=125 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 47 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=110 right=125 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 48 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=110 right=125 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: L ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 49 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=110 right=125 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 50 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=126 right=141 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: T ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 51 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=126 right=141 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 52 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=126 right=141 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: D ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 53 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=126 right=141 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 54 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=126 right=141 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 55 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=126 right=141 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 56 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=126 right=141 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 57 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=126 right=141 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 58 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=142 right=157 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 59 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=142 right=157 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 60 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=142 right=157 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 61 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=142 right=157 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 62 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=142 right=157 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 63 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=142 right=157 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 64 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=142 right=157 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: T ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 65 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=142 right=157 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 66 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=158 right=173 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 67 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=158 right=173 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 68 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=158 right=173 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: + ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 69 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=158 right=173 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 70 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=158 right=173 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 71 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=158 right=173 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 72 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=158 right=173 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: T ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 73 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=158 right=173 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 74 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=174 right=189 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 75 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=174 right=189 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 76 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=174 right=189 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 77 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=174 right=189 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 78 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=174 right=189 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: D ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 79 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=174 right=189 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 80 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=174 right=189 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: L ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 81 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=174 right=189 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 82 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=190 right=205 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 83 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=190 right=205 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: X ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 84 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=190 right=205 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 85 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=190 right=205 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 86 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=190 right=205 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 87 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=190 right=205 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 88 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=190 right=205 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 89 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=190 right=205 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 90 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=206 right=221 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 91 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=206 right=221 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: T ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 92 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=206 right=221 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: D ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 93 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=206 right=221 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 94 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=206 right=221 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 95 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=206 right=221 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 96 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=206 right=221 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: L ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 97 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=206 right=221 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 98 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=222 right=237 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 99 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=222 right=237 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: T ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 100 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=222 right=237 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 101 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=222 right=237 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 102 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=222 right=237 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 103 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=222 right=237 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 104 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=222 right=237 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 105 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=222 right=237 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 106 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=361 top=238 right=253 bottom=376 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 107 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=377 top=238 right=253 bottom=392 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 108 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=393 top=238 right=253 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: F ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 109 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=409 top=238 right=253 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: L ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 110 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=238 right=253 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 111 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=441 top=238 right=253 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 112 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=457 top=238 right=253 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp -- part 113 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=473 top=238 right=253 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp shiftKey groupThree shiftKey end mouseUp